CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv sift

搜索资源列表

  1. SIFT_VC.rar

    0下载:
  2. 用C++及OpenCV写的SIFT算法,经测试很好用,OpenCV with C++ and write SIFT algorithm, tested well with the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10515961
    • 提供者:方舟
  1. OpenCV

    0下载:
  2. OpenCV_人脸检测 SIFT特征匹配-OpenCV sift match
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7452600
    • 提供者:陈亭
  1. siftpp-0.7.3

    0下载:
  2. sift的c++算法,不是基于opencv的,我自己没有看懂。-sift the c++ algorithm, is not based on the opencv, as I do not understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:367206
    • 提供者:刘恒
  1. openCV-2.2_collection

    0下载:
  2. 自己整理的opencv源码分析,是关于opencv2.2的,里面也有自己的翻译,如果大家喜欢,我陆续会把源码分析一个个上传完毕-Opencv source of his finishing is about opencv2.2' s, which also has its own translation, if you like, I will gradually upload one complete source code analysis
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:643330
    • 提供者:高永强
  1. opencv-SIFT

    0下载:
  2. 利用旋转模板匹配方法对SIFT算法的改进-Template matching method using rotating SIFT Algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:347246
    • 提供者:chenglei
  1. autopano-sift-C-2.5.0

    0下载:
  2. sift算法的c算法,基于opencv的,一个大牛写得,很厉害的。-c algorithms sift algorithm, based on the opencv, a large cattle write, it is powerful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:265787
    • 提供者:刘恒
  1. VIS

    0下载:
  2. 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7500205
    • 提供者:
  1. sift

    1下载:
  2. 使用sift算法,实现图像匹配。在vc6中实现,需安装gsl库和opencv库-Sift algorithm used to achieve image matching. In vc6 realized the need to install OpenCV library and GSL library
  3. 所属分类:图形图象

    • 发布日期:2013-02-22
    • 文件大小:7100544
    • 提供者:lin
  1. TIchinese_A1681

    1下载:
  2. C++ OPENCV实现的sift上,做了一定的修改。 主要用于匹配和拼接,希望对大家有用。-C++ OPENCV sift achieved, and do some changes. Mainly used for matching and stitching, we want to be useful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-01
    • 文件大小:10525177
    • 提供者:李鑫
  1. SIFTAlgorithmcodes

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT) 在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配。-DG lowe the scale-invariant features of the conversion algorithm (SIFT) and OpenGL-based opencv source code based on the increase in the preservation of image fe
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:506269
    • 提供者:
  1. GAME

    0下载:
  2. 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:2124
    • 提供者:邵闯
  1. sift_vs2005

    0下载:
  2. SIFT algorithm using OpenCV
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:941779
    • 提供者:Ashley
  1. Match_SIFT

    0下载:
  2. 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:157412
    • 提供者:Zoro
  1. cvsurf

    0下载:
  2. OpenCV写的SIFT算法程序,已经编译成功,能运行,能显示特征点-OpenCV SIFT algorithm written procedure has been successfully compiled, run, and feature points can be displayed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:683181
    • 提供者:王圣杰
  1. sift

    0下载:
  2. 快速SIFT算法,处理迅速。使用OPENCV-Fast SIFT algorithm to deal with quickly. Use OPENCV
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4008521
    • 提供者:罗铃
  1. sift

    0下载:
  2. 利用vc++中的opencv,写的sift特征提取程序,能顺利执行。-Using vc++ in opencv, write sift feature extraction procedure can be implemented smoothly.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2557925
    • 提供者:王玲
  1. sift-1.1.1_20090108_win

    0下载:
  2. 利用OpenCV实现的图像Shift匹配,对初学者有很大帮助。-Shift the images using OpenCV to achieve matching, very helpful for beginners.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2675714
    • 提供者:jiangchao
  1. Matching

    0下载:
  2. 整理的sift程序 运行环境是c++2008-Sift finishing run environment is c++2008
  3. 所属分类:OpenCV

    • 发布日期:2017-05-22
    • 文件大小:6762380
    • 提供者:WJF
  1. Opencv-in-python

    0下载:
  2. 用于opencv编程的python代码资料,有许多使用的算法,如提取sift,光流等等,十分实用-Opencv python code for programming information, there are many algorithms used, such as the extraction sift, optical flow, etc., is very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:31891
    • 提供者:dsh
  1. opencv-sift-no-error

    0下载:
  2. vs2008+open2.0环境下的SIFT经典算法的程序.-a improved perfect SIFT algorithm based onvs2008 and open2.0
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:13091951
    • 提供者:郭敬益
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com